Use PEGetErrorText to return a string handle describing the status of the most recent Crystal Report Engine function called. This function is used with PEGetHandleString. These functions can be used in a Custom
BOOL CRPE_API PEGetErrorText (
short printJob,
HANDLE FAR *textHandle,
short Far *textLength );
Declare Function PEGetErrorText Lib "crpe32.dll" (ByVal printJob As Integer, _
TextHandle As Long, TextLength As Integer) As Integer
function PEGetErrorText (
printJob: Word;
var textHandle: HWnd;
var textLength: Word
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |